Private Chat Message
data class PrivateChatMessage(val participant: ParticipantsService.Participant, val chatMessage: ChatMessage)
Class encapsulates the private message received along with the participant who sent it
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
com.bluejeans.bluejeanssdk.meeting.ParticipantsService.Participant who sent the message